summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
LXQt Packaging Team [Fri, 23 Oct 2020 17:28:57 +0000 (18:28 +0100)]
Realod folder after transfer job if it lacks file monitoring
Closes https://github.com/lxqt/pcmanfm-qt/issues/933 and closes
https://github.com/lxqt/libfm-qt/issues/280. After a file transfer job is
finished inside a directory, if it is the path of an open folder that lacks
file monitoring, this patch reloads its corresponding folder. In this way, the
lack of file monitoring is partially compensated for.
Please note that this doesn't work with `search://` because the files inside
`search://` don't belong to it. By covering file creation, renaming, moving
from one shared folder to another and deleting after trying to move into Trash.
Last-Update: 2019-06-08
Gbp-Pq: Name workaround-missed-file-monitoring.patch
Tsu Jan [Sun, 21 Apr 2019 19:37:07 +0000 (00:07 +0430)]
[PATCH] Workaround for GLib's recursive moving error, e.g. with bound mounts
`g_file_move()` may not work recursively on the same filesystem, especially
with bound mounts (to `/mnt`, for example) and give the `G_IO_ERROR_WOULD_RECURSE`
error. This patch ignores the error and tries our `FileTransferJob::copyFile()`.
Closes https://github.com/lxqt/pcmanfm-qt/issues/943
Gbp-Pq: Name workaround-glib-recursive-moving-error.patch
Tsu Jan [Sun, 21 Apr 2019 09:41:14 +0000 (14:11 +0430)]
[PATCH] Don't ignore creation-deletion sequences
Fixes https://github.com/lxqt/pcmanfm-qt/issues/944
Previously, if a file was in addition queue and then it came into the deletion
queue, its addition and deletion were both ignored. That was wrong and could
result in showing nonexistent files because addition can also happen in
directory list job before being processed by file info job.
Also process accumulated changes only after finishing the current info job and
don't clear all deletion paths after processing them (because, logically, only
those paths that can be deleted should be removed).
Gbp-Pq: Name dont-ignore-crea-del-sequences.patch
Hong Jen Yee (PCMan) [Thu, 18 Apr 2019 17:19:08 +0000 (01:19 +0800)]
[PATCH] Fix the license header of code we took from libfm (they should use LGPL2 instead of GPL2). - src/core/vfs/vfs-menu.c - src/core/vfs/vfs-search.c These files are taken from libfm which has been relicensed to LGPL 2 on 2014-09-05 by Andrey N. Gritsenko after consulting other contributors.
Gbp-Pq: Name fix-license-headers.patch
Tsu Jan [Mon, 8 Apr 2019 02:43:09 +0000 (07:13 +0430)]
[PATCH] Fixed SMB recursive copy
Fixes https://github.com/lxqt/libfm-qt/issues/385 by trying to set dir permissions only once and ignoring possible errors (that happen with SMB and, maybe, other protocols).
Gbp-Pq: Name fix-smb-recursive-copy.patch
Dmitry Shachnev [Fri, 23 Oct 2020 17:28:57 +0000 (18:28 +0100)]
libfm-qt (0.14.1-12.2) unstable; urgency=medium
* Non-maintainer upload.
* Update symbols files from buildds’ logs to fix FTBFS on armel.
[dgit import unpatched libfm-qt 0.14.1-12.2]
Dmitry Shachnev [Fri, 23 Oct 2020 17:28:57 +0000 (18:28 +0100)]
Import libfm-qt_0.14.1-12.2.debian.tar.xz
[dgit import tarball libfm-qt 0.14.1-12.2 libfm-qt_0.14.1-12.2.debian.tar.xz]
Alf Gaida [Sun, 24 Feb 2019 18:31:01 +0000 (18:31 +0000)]
Import libfm-qt_0.14.1.orig.tar.xz
[dgit import orig libfm-qt_0.14.1.orig.tar.xz]